[PATCH] [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Apr 2021 17:57:31 +0000 (10:57 -0700)
committerRaspbian forward porter <root@raspbian.org>
Sat, 24 Jan 2026 09:41:14 +0000 (09:41 +0000)
commite9c0fdb2f1365c35e41cbd383e6604bfa4c84b1c
tree7f423ee9f97b5f9589010f228b0f22baeea69d34
parentcdc450f4d06f080300046226a47c458f54457e25
[PATCH] [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725)

* bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 76cd81d60310d65d01f9d7b48a8985d8ab89c8b4)
Co-authored-by: Senthil Kumaran <skumaran@gatech.edu>
Gbp-Pq: Name CVE-2022-0391-1.patch
Doc/library/urllib.parse.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py